home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0103 / info90 / 535.txt < prev    next >
Text File  |  1997-04-16  |  9KB  |  239 lines

  1. =========================================================================
  2.  
  3. INFO-ATARI16 Digest         Fri, 11 May 90       Volume 90 : Issue  535
  4.  
  5. Today's Topics:
  6.                                GCR Boot
  7.                            LYNX ON TV IN LA
  8.                           Parabellum PD Game
  9.                 Printer spoolers/drivers....in Pascal
  10.                                prtblk?
  11.                Unix windows... Where is it (FTP site)??
  12.                           Zmodem and Uniterm
  13. ----------------------------------------------------------------------
  14.  
  15. Date: 11 May 90 16:33:13 GMT
  16. From: mountn.dec.com!krypton.arc.nasa.gov!gheesling@decuac.dec.com
  17. Subject: GCR Boot
  18. Message-ID: <1609@mountn.dec.com>
  19.  
  20. It doesn't matter where the System Folder is.  Here's my suggestions:
  21.  
  22. Be sure Mac partition is the last one on the bus.  Check the Spectre menu so
  23. that it is set for boot from HD.  Be sure you can see the name of the MAC hard
  24.  di
  25. disk from the Spectre menu.
  26.  
  27. Can you access other files OK once it's booted?  Mine works with most System
  28. versions.
  29.  
  30. Bob
  31.  
  32. ------------------------------
  33.  
  34. Date: 11 May 90 15:00:40 GMT
  35. From:
  36.  pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.
  37.  gov!peregrine!ccicpg!paulm@tut.cis.ohio-state.edu  (tmp Paul Moreau usenet
  38.  acct)
  39. Subject: LYNX ON TV IN LA
  40. Message-ID: <70922@ccicpg.UUCP>
  41.  
  42.    Wednesday night at 10 PM on the channel 5 news broadcast here in
  43.    Los Angeles CA. they had the LYNX on TV.  They were showing it playing
  44.    the Gauntlet III game.  Pretty impressive!
  45.    Hows that for free advertisement ?
  46.  
  47. --
  48.   .==========================================================.
  49.   | ### ####### ###     |    N O R T H    | /==============\ |
  50.   | ### ###     ###     |  A M E R I C A  |< An STC Company >|
  51.   | ### ####### ####### |    (was CCI)    | \==============/ |
  52.   |----------------------------------------------------------|
  53.   | UUCP:  ...ccicpg!dl2!paulm   |      Paul L. Moreau       |
  54.   |   or   ...ccicpg!dl1!paulm   | Diagnostics Software Eng. |
  55.   |   or   ...ccicpg!paulm       |    Irvine, California     |
  56.   `=========================================================='
  57.  
  58. ------------------------------
  59.  
  60. Date: 11 May 90 22:28:24 GMT
  61. From: motcid!dalessio@uunet.uu.net  (Mario D'Alessio)
  62. Subject: Parabellum PD Game
  63. Message-ID: <2914@feldspar23.UUCP>
  64.  
  65. Does anyone have the public domain game Parabellum?
  66. It is a jumping-climbing platform game. I have only
  67. seen it mentioned in a UK magazine (ST Format,
  68. November 89, page 37). If someone has it, can you
  69. please send it to me (UUENCODEd). Thanks in advance.
  70.  
  71.  
  72. Mario D'Alessio
  73.  
  74. ------------------------------
  75.  
  76. Date: 11 May 90 21:38:43 GMT
  77. From:
  78.  zaphod.mps.ohio-state.edu!lavaca.uh.edu!jetson.uh.edu!techjw@tut.cis.ohio-state
  79.  .edu  (Paul Sears)
  80. Subject: Printer spoolers/drivers....in Pascal
  81. Message-ID: <6175.264aea94@jetson.uh.edu>
  82.  
  83. I have a question for anyone who has done any type of work on printer
  84. drivers/print spoolers for the ST.
  85.  
  86. I would like to know how I would go about in intercepting any printer output
  87. (as in a print spooler) but instead of spooling it, I want to add on a cover
  88. page to the stream, then continue with the stream.  Of course, the cover page
  89. would be an option.  I want to have it installed as either a desk acc. or as an
  90. auto program.  I am also planning on writting this in Pascal.  Anyone want to
  91. help?
  92.  
  93.                 --------------------------------------------
  94.                 |  Paul Sears       University of Houston  |
  95.                 | "ThunderCat"      ---------------------  |
  96.                 |                   ---------------------  |
  97.                 | 129.7.1.2         TECHJW@Elroy.UH.Edu    |
  98.                 |__________________________________________|
  99.  
  100.         'the greater an individual's power over others,
  101.         the greater the evil that might possibly originate with him'
  102.                 -  PROPAGANDA, off the CD, A SECRET WISH
  103.  
  104.  
  105. ------------------------------
  106.  
  107. Date: 10 May 90 13:26:49 GMT
  108. From: attcan!lsuc!maccs!johns@uunet.uu.net  (Conan the Barbarian)
  109. Subject: prtblk?
  110. Message-ID: <26496C19.6496@maccs.dcss.mcmaster.ca>
  111.  
  112.         This is what Atari ST Internals from Abacus says about Prtblk.
  113.  
  114. C:      void Prtblk(parameter)
  115.         long paramter;
  116.  
  117. Assembler:
  118.         move.l parameter,-(sp)
  119.         move.w #36,-(sp)
  120.         trap   #14
  121.         addq.l #6,sp
  122.  
  123. This function resembles and is used by the function Scrdmp (20).  The function
  124. expects a paramter list, however, whose address is passed to it.  This list
  125. is constructed as follows:
  126.  
  127.         long blkprt     Address of the screen RAM
  128.         int  offset
  129.         int  width      Screen width
  130.         int  height     Screen height
  131.         int  left
  132.         int  right
  133.         int  scrres     Screen resolution (0, 1, or 2)
  134.         int  dstres     Printer resolution (0 or 1)
  135.         long colpal     Address of the color palette
  136.         int  type       Printer type (0-3)
  137.         int  port       Printer port (0=Centronics, 1=RS-232)
  138.         long masks      Pointer to half-tone mask
  139.  
  140. Example:
  141.         move.l #parameter,-(sp) Address of the parameter block
  142.         move.w #36,-(sp)        prtplk
  143.         trap   #14
  144.         addq.l #6,sp
  145.         ...
  146. parameter dc.l ...
  147.  
  148.         Hope this helps.
  149.  
  150. --
  151. John Schmitt
  152. johns@maccs.dcss.mcmaster.ca
  153. ...!unet!utai!utgpu!maccs!johns
  154.  
  155. ------------------------------
  156.  
  157. Date: 11 May 90 21:26:49 GMT
  158. From:
  159.  zaphod.mps.ohio-state.edu!lavaca.uh.edu!jetson.uh.edu!techjw@tut.cis.ohio-state
  160.  .edu  (Paul Sears)
  161. Subject: Unix windows... Where is it (FTP site)??
  162. Message-ID: <6174.264ae7c9@jetson.uh.edu>
  163.  
  164. In article <saGTmLu00WB3I2Ykgy@andrew.cmu.edu>, mg40+@andrew.cmu.edu (Michael
  165.  Jeffrey Garland) writes:
  166. > I've heard a lot about uw, and it sounds really interesting.  However, the
  167.  only
  168. > version I've seen said it only worked in monochrome.  Is there, by any chance,
  169. > a version that runs in color too?  I would really appreciate it if I could
  170. > find such a thing.
  171. >
  172. >        Thanks,
  173. >        Michael Garland
  174. >        mg40+@andrew.cmu.edu
  175.  
  176. I have an even simpler problem...  Where can Unix windows be found (by
  177. anonymous ftp)???  Also, how much mem does it require, does it a hard drive,
  178. etc...
  179.  
  180.  
  181.                 --------------------------------------------
  182.                 |  Paul Sears       University of Houston  |
  183.                 | "ThunderCat"      ---------------------  |
  184.                 |                   ---------------------  |
  185.                 | 129.7.1.2         TECHJW@Elroy.UH.Edu    |
  186.                 |__________________________________________|
  187.  
  188.         'the greater an individual's power over others,
  189.         the greater the evil that might possibly originate with him'
  190.                 -  PROPAGANDA, off the CD, A SECRET WISH
  191.  
  192.  
  193. ------------------------------
  194.  
  195. Date: 9 May 90 13:17:05 GMT
  196. From:
  197.  media-lab!snorkelwacker!ira.uka.de!smurf!gopnbg!tmpmbx!einoed!utopia!neon!woju@
  198.  eddie.mit.edu  (Wolfgang Jung)
  199. Subject: Zmodem and Uniterm
  200. Message-ID: <1081@neon.UUCP>
  201.  
  202. millert@boulder.Colorado.EDU (MILLER TODD C) writes:
  203.  
  204.  
  205. >  Does anyone know if it is possible to run zmodem from within Uniterm?  I just
  206. >get a TOS error when I try.  Is there anyway to make the two get along or am I
  207. >just wasting my time?
  208. >  Thanks in advance -- Todd
  209.  
  210. Of course you can run external Programs out of Uniterm.
  211. Just increase the System Memory in the Buffers Dialog(SETTINGS->BUFFERS-...)
  212. and you will see, that most Programs, you need can be started...
  213. I used to use Z-Modem....
  214.  
  215. ALL
  216. ====
  217. By the way: does anyone has a real nice working Z-Modem?
  218. I only have the Version which waits every 1024 Byte Block for the receiver
  219. to ACK... If you are sending Files from an UNIX-Maschine, you will see,
  220. that you get mostly an undisturbed Datastream... Should anyone out there
  221. has a Version, which does that in just both Ways ST->UNIX UNIX->ST, then
  222. send me a note....
  223.  
  224.  
  225.  
  226. Greetings
  227.  
  228.  
  229. --
  230. ===================================================================
  231. #  Wolfgang Jung                      Email:woju@neon.UUCP        #
  232. #  Germany                                                        #
  233. ===================================================================
  234.  
  235. ------------------------------
  236.  
  237. End of INFO-ATARI16 Digest V90 Issue #535
  238. *****************************************
  239.